projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9114c4c
)
gtkstatusicon: unseal private pointer
author
Javier Jardón
<jjardon@gnome.org>
Tue, 13 Jul 2010 01:14:53 +0000
(
03:14
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 13 Jul 2010 17:40:50 +0000
(19:40 +0200)
gtk/gtkstatusicon.h
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusicon.h
b/gtk/gtkstatusicon.h
index 9142367b1235ecdb08b81676d0c1dd0d384be1d7..98d79e58a062b94f2db178f272cbd8cce6074dab 100644
(file)
--- a/
gtk/gtkstatusicon.h
+++ b/
gtk/gtkstatusicon.h
@@
-48,7
+48,7
@@
struct _GtkStatusIcon
{
GObject parent_instance;
- GtkStatusIconPrivate *
GSEAL (priv)
;
+ GtkStatusIconPrivate *
priv
;
};
struct _GtkStatusIconClass